home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-09-02 | 263 b | 17 lines |
- GEOM = ..
- include ${GEOM}/makefiles/Makedefs.global
- include Makedefs
-
- all rm_libs rm_depend install installh depend:
- @:
-
- clobber: clean rm_libs rm_depend
-
- clean:
- -rm -f ${DIRT}
-
- distclean:
- -rm -f ${DIRT} ${DISTDIRT}
-
- include ${GEOM}/makefiles/Makerules.common
-